-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fast DDS Spy tool tests #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tests must be rechecked, as they do not apport value as they are.
The main problem is that a test from another application that checks closure has been copied.
These tests are meant to test the application, while the one copied only checks closure (and it closes differently than this one).
Tests must be redesign.
Signed-off-by: Irene Bandera <[email protected]>
Signed-off-by: Irene Bandera <[email protected]>
Signed-off-by: Irene Bandera <[email protected]>
Signed-off-by: Irene Bandera <[email protected]>
Signed-off-by: Irene Bandera <[email protected]>
Signed-off-by: Irene Bandera <[email protected]>
Signed-off-by: Irene Bandera <[email protected]>
Signed-off-by: Irene Bandera <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments about the test cases:
Summarizing: tests are fine, but the range of scenarios that are proven is very thick. I would add comments in README regarding the those scenarios that would be fine to test in the future (any datareader, more than one entity of some kind, etc.)
fastddsspy_tool/test/application/test_cases/one_shot__config_fail_empty_arg.py
Show resolved
Hide resolved
fastddsspy_tool/test/application/test_cases/one_shot_datareader_verbose_dds.py
Show resolved
Hide resolved
fastddsspy_tool/test/application/test_cases/one_shot_topics_name_dds.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Irene Bandera <[email protected]>
Signed-off-by: Irene Bandera <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.